home *** CD-ROM | disk | FTP | other *** search
/ .net - The Best of 1999/2000 / netCD Special01.iso / pc / Software / iSpeed / ispeed.exe / iSpeed.EXE / 0 / RCDATA / TABOUTBOX1 / TABOUTBOX1.txt < prev   
Encoding:
Text File  |  1998-11-21  |  3.7 KB  |  152 lines

  1. inherited AboutBox1: TAboutBox1
  2.   Left = 241
  3.   Top = 138
  4.   ActiveControl = OKButton
  5.   Caption = 'About iSpeed'
  6.   ClientHeight = 241
  7.   ClientWidth = 322
  8.   OnClick = CopyrightClick
  9.   PixelsPerInch = 96
  10.   TextHeight = 13
  11.   inherited Panel1: TPanel
  12.     Width = 305
  13.     Height = 193
  14.     inherited ProgramIcon: TImage
  15.       Left = 18
  16.       Top = 18
  17.       Width = 39
  18.       Height = 39
  19.       Center = True
  20.       Picture.Data = {<image000.ico>}
  21.       Transparent = True
  22.     end
  23.     inherited ProductName: TLabel
  24.       Left = 104
  25.       Top = 48
  26.       Width = 188
  27.       Height = 24
  28.       AutoSize = False
  29.       Caption = ''
  30.       Font.Color = clBlue
  31.       Font.Height = -19
  32.       Font.Style = [fsBold]
  33.       ParentFont = False
  34.       Visible = False
  35.     end
  36.     inherited Version: TLabel
  37.       Left = 176
  38.       Top = 144
  39.       Width = 6
  40.       Height = 20
  41.       Caption = ''
  42.       Font.Color = clOlive
  43.       Font.Height = -16
  44.       Font.Style = [fsBold]
  45.       ParentFont = False
  46.       Visible = False
  47.     end
  48.     inherited Copyright: TLabel
  49.       Top = 76
  50.       Width = 289
  51.       Height = 17
  52.       Hint = 'Click here to visit our web site'
  53.       Alignment = taCenter
  54.       AutoSize = False
  55.       Caption = 'Copyright ÔøΩ 1997-1998, High Mountain Software'
  56.       ParentFont = False
  57.       ParentShowHint = False
  58.       ShowHint = True
  59.     end
  60.     inherited Comments: TLabel
  61.       Left = 13
  62.       Width = 277
  63.       Height = 65
  64.       Anchors = [akLeft, akTop, akRight]
  65.       Caption = 
  66.         'Warning: This computer program is protected by copyright law and' +
  67.         ' international treaties. Unauthorized reproduction or distributi' +
  68.         'on of this program, or any portion of it, may result in severe c' +
  69.         'ivil and criminal penalties, and will be prosecuted to the maxim' +
  70.         'um extent possible under the law. '
  71.       Font.Height = -8
  72.       ParentFont = False
  73.     end
  74.     object RxLabel1: TRxLabel
  75.       Left = 72
  76.       Top = 16
  77.       Width = 190
  78.       Height = 24
  79.       Caption = 'iSpeed for Windows'
  80.       Font.Charset = DEFAULT_CHARSET
  81.       Font.Color = clBlue
  82.       Font.Height = -19
  83.       Font.Name = 'MS Sans Serif'
  84.       Font.Style = [fsBold]
  85.       ParentFont = False
  86.     end
  87.     object lblVersion: TRxLabel
  88.       Left = 72
  89.       Top = 48
  90.       Width = 124
  91.       Height = 20
  92.       Caption = 'Version 2.7.1.0'
  93.       Font.Charset = DEFAULT_CHARSET
  94.       Font.Color = clOlive
  95.       Font.Height = -16
  96.       Font.Name = 'MS Sans Serif'
  97.       Font.Style = [fsBold]
  98.       ParentFont = False
  99.       ShadowColor = clBtnShadow
  100.     end
  101.   end
  102.   inherited OKButton: TButton
  103.     Left = 204
  104.     Top = 210
  105.     Cursor = crHandPoint
  106.     Caption = '&OK'
  107.   end
  108.   object btnWebSite: TButton
  109.     Left = 124
  110.     Top = 210
  111.     Width = 75
  112.     Height = 25
  113.     Cursor = crHandPoint
  114.     Hint = 
  115.       'Click here to load your browser and jump to the'#13#10'High Mountain S' +
  116.       'oftware support web site.'
  117.     Caption = '&Web Site'
  118.     Default = True
  119.     ParentShowHint = False
  120.     ShowHint = True
  121.     TabOrder = 2
  122.     TabStop = False
  123.     OnClick = CopyrightClick
  124.   end
  125.   object btnSupport: TButton
  126.     Left = 44
  127.     Top = 210
  128.     Width = 75
  129.     Height = 25
  130.     Cursor = crHandPoint
  131.     Hint = 
  132.       'Click here to load your browser and jump to the High Mountain So' +
  133.       'ftware '#13#10'iSpeed online FAQ on our web site. This page provides t' +
  134.       'he most up to date'#13#10'information for troubleshooting problems wit' +
  135.       'h iSpeed.'
  136.     Caption = 'Online &FAQ'
  137.     Default = True
  138.     ParentShowHint = False
  139.     ShowHint = True
  140.     TabOrder = 3
  141.     TabStop = False
  142.     OnClick = btnSupportClick
  143.   end
  144.   object RxGradientCaption1: TRxGradientCaption
  145.     Captions = <>
  146.     FormCaption = 'About iSpeed'
  147.     StartColor = clBlue
  148.     Left = 16
  149.     Top = 208
  150.   end
  151. end
  152.